home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CD32 / CD32_Support / examples / SA_Examples / cd / CDTest / audio.cd.old < prev    next >
Encoding:
Text File  |  1993-08-31  |  256 b   |  18 lines

  1. /* cd.device test */
  2.  
  3. address cd.1  /* Reference to cd.device test program */
  4.  
  5. /* LSN TOC */
  6. say "LSN TOC test"
  7. toclsn Toc 100 0   /* Read TOC with summary */
  8. say "Summary:"
  9. say "        " Toc.Summary.FirstTrack
  10. say "        " Toc.Summary.LastTrack
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.